Computer-MCQ Computer Organisation -Bachelor of Computer Applications MCQs set/Operating System MCQ Set 3 Sample Test,Sample questions

Question:
 A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________

1.Local Procedure Call

2. Inter Process Communication

3. Remote Procedure Call

4.Remote Machine Invocation


Question:
 In a memory mapped input/output ______

1. the CPU uses polling to watch the control bit constantly, looping to see if a device is ready

2.the CPU writes one data byte to the data register and sets a bit in control register to show that a byte is available

3.the CPU receives an interrupt when the device is ready for the next byte

4.the CPU runs a user written code and does accordingly


Question:
 In an interrupt driven input/output ______

1.the CPU uses polling to watch the control bit constantly, looping to see if a device is ready

2.the CPU writes one data byte to the data register and sets a bit in control register to show that a byte is available

3.the CPU receives an interrupt when the device is ready for the next byte

4.the CPU runs a user written code and does accordingly


Question:
 In multilevel feedback scheduling algorithm ______

1. a process can move to a different classified ready queue

2.classification of ready queue is permanent

3.processes are not classified into groups

4. none of the mentioned


Question:
 In the layered approach of Operating Systems _____

1.Bottom Layer(0) is the User interface

2.Highest Layer(N) is the User interface

3.Bottom Layer(N) is the hardware

4. Highest Layer(N) is the hardware


Question:
 In the non blocking send ______

1. the sending process keeps sending until the message is received

2.the sending process sends the message and resumes operation

3.the sending process keeps sending until it receives a message

4.None of the mentioned


Question:
 In UNIX, each process is identified by its _____

1.Process Control Block

2.Device Queue

3. Process Identifier

4.None of the mentioned


Question:
 Message passing system allows processes to ________

1. communicate with each other without sharing the same address space

2.communicate with one another by resorting to shared data

3.share data

4.name the recipient or sender of the message


Question:
 Remote Procedure Calls are used _______

1.for communication between two processes remotely different from each other on the same system

2.for communication between two processes on the same system

3.for communication between two processes on separate systems

4. none of the mentioned


Question:
 The initial program that is run when the computer is powered up is called ____

1.boot program

2.bootloader

3.initializer

4.bootstrap program


Question:
 To resolve the problem of data representation on different systems RPCs define ______

1.machine dependent representation of data

2.machine representation of data

3. machine-independent representation of data

4.None of the mentioned


Question:
 What is stub?

1.transmits the message to the server where the server side stub receives the message and invokes procedure on the server side

2.packs the parameters into a form transmittable over the network

3.locates the port on the server

4.All of the Mentioned


Question:
 Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?

1.first-come, first-served scheduling

2.shortest job scheduling

3.priority scheduling

4.None of the mentioned


Question:
Bounded capacity and Unbounded capacity queues are referred to as ____

1.Programmed buffering

2.Automatic buffering

3.User defined buffering

4.No buffering


Question:
Cascading termination refers to termination of all child processes if the parent process terminates ______

1.Normally

2.Abnormally

3. Normally or abnormally

4.None of the mentioned


Question:
Complex scheduling algorithms _______

1.are very appropriate for very large computers

2. use minimal resources

3.use many resources

4.All of the Mentioned


Question:
DMA is used for _______

1.High speed devices(disks and communications network)

2. Low speed devices

3.Utilizing CPU cycles

4.All of the Mentioned


Question:
How does the Hardware trigger an interrupt?

1. Sending signals to CPU through a system bus

2.Executing a special program called interrupt program

3. Executing a special program called system program

4.Executing a special operation called system call


Question:
How does the software trigger an interrupt?

1.Sending signals to CPU through bus

2.Executing a special operation called system call

3.Executing a special program called system program

4.Executing a special program called interrupt trigger program


Question:
In a programmed input/output(PIO) _____

1.the CPU uses polling to watch the control bit constantly, looping to see if a device is ready

2.the CPU writes one data byte to the data register and sets a bit in control register to show that a byte is available

3.the CPU receives an interrupt when the device is ready for the next byte

4. the CPU runs a user written code and does accordingly


Question:
In indirect communication between processes P and Q _____

1.there is another process R to handle and pass on the messages between P and Q

2. there is another machine between the two processes to help communication

3.there is a mailbox to help communication between P and Q

4.None of the mentioned


Question:
In priority scheduling algorithm ______

1.CPU is allocated to the process with highest priority

2.CPU is allocated to the process with lowest priority

3.Equal priority processes can not be scheduled

4.None of the mentioned


Question:
In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared with the priority of _____

1.all process

2.currently running process

3. parent process

4.init process


Question:
In the Zero capacity queue ______

1.the queue can store at least one message

2.the sender blocks until the receiver receives the message

3. the sender keeps sending and the messages don’t wait in the queue

4. none of the mentioned


Question:
In UNIX, the return value for the fork system call is _____ for the child process and _____ for the parent process.

1.A Negative integer, Zero

2.Zero, A Negative integer

3.Zero, A nonzero integer

4.A nonzero integer, Zero


Question:
Messages sent by a process _______

1.have to be of a fixed size

2.have to be a variable size

3. can be fixed or variable sized

4. none of the mentioned


Question:
Process are classified into different groups in _______

1.shortest job scheduling algorithm

2. round robin scheduling algorithm

3. priority scheduling algorithm

4.multilevel queue scheduling algorithm


Question:
Round robin scheduling falls under the category of ________

1.Non-preemptive scheduling

2.Preemptive scheduling

3.All of the mentioned

4.None of the mentioned


Question:
RPC provides a(an) _____ on the client-side, a separate one for each remote procedure.

1. stub

2.identifier

3.name

4.process identifier


Question:
The child process can ______

1. be a duplicate of the parent process

2.never be a duplicate of the parent process

3.cannot have another program loaded into it

4.never have another program loaded into it


Question:
The child process completes execution, but the parent keeps executing, then the child process is known as ______

1.Orphan

2.Zombie

3. Body

4.Dead


Question:
The interval from the time of submission of a process to the time of completion is termed as _____

1.waiting time

2.turnaround time

3. response time

4.throughput


Question:
The link between two processes P and Q to send and receive messages is called __________

1.communication link

2.message-passing link

3.synchronization link

4.All of the Mentioned


Question:
The processes that are residing in main memory and are ready and waiting to execute are kept on a list called ______

1. job queue

2. ready queue

3. execution queue

4.process queue


Question:
The remote method invocation ________

1.allows a process to invoke memory on a remote object

2.allows a thread to invoke a method on a remote object

3.allows a thread to invoke memory on a remote object

4. allows a process to invoke a method on a remote object


Question:
The Zero Capacity queue _______

1. is referred to as a message system with buffering

2.is referred to as a message system with no buffering

3. is referred to as a link

4.None of the mentioned


Question:
To differentiate the many network services a system supports ______ are used.

1.Variables

2.Sockets

3.Ports

4.Service names


Question:
What is a trap/exception?

1.hardware generated interrupt caused by an error

2.software generated interrupt caused by an error

3.user generated interrupt caused by an error

4.None of the mentioned


Question:
What is an interrupt vector?

1. It is an address that is indexed to an interrupt handler

2.It is a unique device number that is indexed by an address

3. It is a unique identity given to an interrupt

4.None of the mentioned


Question:
What is an ISR?

1.Information Service Request

2.Interrupt Service Request

3.Interrupt Service Routine

4. Information Service Routine


Question:
What is FIFO algorithm?

1. first executes the job that came in last in the queue

2. first executes the job that came in first in the queue

3. first executes the job that needs minimal processor

4.first executes the job that has maximum processor needs


Question:
What is the full form of RMI?

1.Remote Memory Installation

2.Remote Memory Invocation

3.Remote Method Installation

4.Remote Method Invocation


Question:
Which algorithm is defined in Time quantum?

1.shortest job scheduling algorithm

2.round robin scheduling algorithm

3. priority scheduling algorithm

4.multilevel queue scheduling algorithm


Question:
Which module gives control of the CPU to the process selected by the short-term scheduler?

1.dispatcher

2.interrupt

3.scheduler

4.None of the mentioned


Question:
Which of the following are TRUE for direct communication?

1.A communication link can be associated with N number of process(N = max. number of processes supported by system)

2.A communication link is associated with exactly two processes

3.Exactly N/2 links exist between each pair of processes(N = max. number of processes supported by system)

4. Exactly two link exists between each pair of processes


Question:
Which of the following two operations are provided by the IPC facility?

1.write & delete message

2.delete & receive message

3.send & delete message

4.receive & send message


Question:
Which one of the following can not be scheduled by the kernel?

1.kernel level thread

2. user level thread

3.process

4.None of the mentioned


Question:
Which operation is performed by an interrupt handler?

1.Saving the current state of the system

2. Loading the interrupt handling code and executing it

3.Once done handling, bringing back the system to the original state it was before the interrupt occurred

4.All of the Mentioned


Question:
With round robin scheduling algorithm in a time shared system _______

1.using very large time slices converts it into First come First served scheduling algorithm

2. using very small time slices converts it into First come First served scheduling algorithm

3.using extremely small time slices increases performance

4. using very small time slices converts it into Shortest Job First algorithm


Question:
With _____________ only one process can execute at a time; meanwhile all other process are waiting for the processor. With _______ more than one process can be running simultaneously each on a different processor.

1.Multiprocessing, Multiprogramming

2.Multiprogramming, Uniprocessing

3. Multiprogramming, Multiprocessing

4.Uniprogramming, Multiprocessing


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!